bitkeeper revision 1.1534.1.1 (429399e0oJudIjoFsgWFxNKnCM7qTg)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 24 May 2005 21:17:20 +0000 (21:17 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 24 May 2005 21:17:20 +0000 (21:17 +0000)
commit519108b9f74f9a601b69733e864ad9bcb8c8e2d7
tree57282d2fb82a415f54c157ea26778e3e8b488f35
parent46fc2b33ed8e425dddf8af3ad9202eacb262c740
bitkeeper revision 1.1534.1.1 (429399e0oJudIjoFsgWFxNKnCM7qTg)

Nothing but vnet uses libxutil -- move it there.
Makefile, xc.c, setup.py, configure, configure.in, Makefile.in:
  This doesn't use libxutil.
Makefile, Makefile.vnet, Rules.mk:
  Move libxutil into vnet since it's only used there.
Many files:
  mvdir
88 files changed:
.rootkeys
tools/Makefile
tools/Rules.mk
tools/blktap/Makefile
tools/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in
tools/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/configure
tools/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/configure.in
tools/ioemu/target-i386-dm/Makefile
tools/libxc/Makefile
tools/libxc/xc_private.h
tools/libxutil/Makefile [deleted file]
tools/libxutil/allocate.c [deleted file]
tools/libxutil/allocate.h [deleted file]
tools/libxutil/debug.h [deleted file]
tools/libxutil/enum.c [deleted file]
tools/libxutil/enum.h [deleted file]
tools/libxutil/fd_stream.c [deleted file]
tools/libxutil/fd_stream.h [deleted file]
tools/libxutil/file_stream.c [deleted file]
tools/libxutil/file_stream.h [deleted file]
tools/libxutil/gzip_stream.c [deleted file]
tools/libxutil/gzip_stream.h [deleted file]
tools/libxutil/hash_table.c [deleted file]
tools/libxutil/hash_table.h [deleted file]
tools/libxutil/iostream.c [deleted file]
tools/libxutil/iostream.h [deleted file]
tools/libxutil/kernel_stream.c [deleted file]
tools/libxutil/kernel_stream.h [deleted file]
tools/libxutil/lexis.c [deleted file]
tools/libxutil/lexis.h [deleted file]
tools/libxutil/socket_stream.c [deleted file]
tools/libxutil/socket_stream.h [deleted file]
tools/libxutil/string_stream.c [deleted file]
tools/libxutil/string_stream.h [deleted file]
tools/libxutil/sxpr.c [deleted file]
tools/libxutil/sxpr.h [deleted file]
tools/libxutil/sxpr_parser.c [deleted file]
tools/libxutil/sxpr_parser.h [deleted file]
tools/libxutil/sys_net.c [deleted file]
tools/libxutil/sys_net.h [deleted file]
tools/libxutil/sys_string.c [deleted file]
tools/libxutil/sys_string.h [deleted file]
tools/libxutil/util.c [deleted file]
tools/libxutil/util.h [deleted file]
tools/misc/Makefile
tools/misc/cpuperf/Makefile
tools/python/setup.py
tools/python/xen/lowlevel/xc/xc.c
tools/vnet/Makefile
tools/vnet/libxutil/Makefile [new file with mode: 0644]
tools/vnet/libxutil/allocate.c [new file with mode: 0644]
tools/vnet/libxutil/allocate.h [new file with mode: 0644]
tools/vnet/libxutil/debug.h [new file with mode: 0644]
tools/vnet/libxutil/enum.c [new file with mode: 0644]
tools/vnet/libxutil/enum.h [new file with mode: 0644]
tools/vnet/libxutil/fd_stream.c [new file with mode: 0644]
tools/vnet/libxutil/fd_stream.h [new file with mode: 0644]
tools/vnet/libxutil/file_stream.c [new file with mode: 0644]
tools/vnet/libxutil/file_stream.h [new file with mode: 0644]
tools/vnet/libxutil/gzip_stream.c [new file with mode: 0644]
tools/vnet/libxutil/gzip_stream.h [new file with mode: 0644]
tools/vnet/libxutil/hash_table.c [new file with mode: 0644]
tools/vnet/libxutil/hash_table.h [new file with mode: 0644]
tools/vnet/libxutil/iostream.c [new file with mode: 0644]
tools/vnet/libxutil/iostream.h [new file with mode: 0644]
tools/vnet/libxutil/kernel_stream.c [new file with mode: 0644]
tools/vnet/libxutil/kernel_stream.h [new file with mode: 0644]
tools/vnet/libxutil/lexis.c [new file with mode: 0644]
tools/vnet/libxutil/lexis.h [new file with mode: 0644]
tools/vnet/libxutil/socket_stream.c [new file with mode: 0644]
tools/vnet/libxutil/socket_stream.h [new file with mode: 0644]
tools/vnet/libxutil/string_stream.c [new file with mode: 0644]
tools/vnet/libxutil/string_stream.h [new file with mode: 0644]
tools/vnet/libxutil/sxpr.c [new file with mode: 0644]
tools/vnet/libxutil/sxpr.h [new file with mode: 0644]
tools/vnet/libxutil/sxpr_parser.c [new file with mode: 0644]
tools/vnet/libxutil/sxpr_parser.h [new file with mode: 0644]
tools/vnet/libxutil/sys_net.c [new file with mode: 0644]
tools/vnet/libxutil/sys_net.h [new file with mode: 0644]
tools/vnet/libxutil/sys_string.c [new file with mode: 0644]
tools/vnet/libxutil/sys_string.h [new file with mode: 0644]
tools/vnet/libxutil/util.c [new file with mode: 0644]
tools/vnet/libxutil/util.h [new file with mode: 0644]
tools/vnet/vnet-module/Makefile.vnet
tools/vnet/vnetd/Makefile
tools/xcs/Makefile
tools/xcutils/Makefile
tools/xentrace/Makefile